correct hypervisor version
authorJan Beulich <jbeulich@suse.com>
Mon, 19 Jan 2015 15:08:41 +0000 (16:08 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 19 Jan 2015 15:08:41 +0000 (16:08 +0100)
-unstable doesn't use the .0 part added by commit 0082626f35.

xen/Makefile

index 98ae2d0cf8118e54e91c20942063c3778eb9443b..b51dd361d872e3fcd3e64b368dfcba50113c1e4f 100644 (file)
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
 export XEN_SUBVERSION    = 6
-export XEN_EXTRAVERSION ?= .0-unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version